[INFO] fetching crate thindx-xinput 0.0.0-2024-02-04...
[INFO] fixing thindx-xinput-0.0.0-2024-02-04 against try#5fed607fb5806ae20927e7e9193e3793c411ac20+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817
[INFO] extracting crate thindx-xinput 0.0.0-2024-02-04 into /workspace/builds/worker-4-tc2/source
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate thindx-xinput 0.0.0-2024-02-04
[INFO] finished tweaking crates.io crate thindx-xinput 0.0.0-2024-02-04
[INFO] tweaked toml for crates.io crate thindx-xinput 0.0.0-2024-02-04 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate thindx-xinput 0.0.0-2024-02-04 on toolchain 5fed607fb5806ae20927e7e9193e3793c411ac20
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate thindx-xinput 0.0.0-2024-02-04 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4
[INFO] running `Command { std: "docker" "start" "570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4" "/opt/rustwide/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4" "/opt/rustwide/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking thindx-xinput v0.0.0-2024-02-04 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/_lib.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `thindx-xinput` (lib) due to 43 previous errors; 2 warnings emitted
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/dll/imports.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/functions/get_audio_device_ids_.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::os::windows::ffi::*;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/battery_devtype.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/battery_level.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/battery_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/devsubtype.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/vk.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/buttons.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/flag.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/keystroke.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/error.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winresult::{*, ErrorCode};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_battery_information_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_capabilities_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_dsound_audio_device_guids_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_keystroke_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_state_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/battery_information.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/capabilities.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/structures/gamepad.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/dsound_audio_device_guids.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/keystroke.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/state.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/vibration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll/imports.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll/imports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::libloaderapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll/imports.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winnt::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `minidl`
[INFO] [stdout]  --> src/dll/imports.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use minidl::Library;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `minidl`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `minidl`, use `cargo add minidl` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/battery_devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/battery_level.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/battery_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/devsubtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/devtype.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/vk.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/buttons.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/flag.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/structures/dsound_audio_device_guids.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::guiddef::GUID;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/keystroke.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/gamepad.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]   --> src/structures/dsound_audio_device_guids.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/structures/dsound_audio_device_guids.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]  --> src/error_macros.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! fn_param_error { ( $param:ident, $kind:expr ) => { $crate::Error(&$crate::error_macros::FnContext { parameter: Some(stri...
[INFO] [stdout]   |                                                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout]   = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! fn_param_error { ( $param:ident, $kind:expr_2021 ) => { $crate::Error(&$crate::error_macros::FnContext { parameter: Some(stringify!($param)), .._THINDX_FN_CONTEXT }, ($kind).into()) } }
[INFO] [stdout]   |                                                         +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]   --> src/_lib.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 | macro_rules! check_success { ( $err:expr ) => { $crate::check_error_success(&_THINDX_FN_CONTEXT, $err) } }
[INFO] [stdout]    |                                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]    |
[INFO] [stdout] 25 | macro_rules! check_success { ( $err:expr_2021 ) => { $crate::check_error_success(&_THINDX_FN_CONTEXT, $err) } }
[INFO] [stdout]    |                                         +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/dll/imports.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/functions/get_audio_device_ids_.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::os::windows::ffi::*;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5fed607fb5806ae20927e7e9193e3793c411ac20/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/battery_devtype.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/battery_level.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/battery_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/devsubtype.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/enumerations/vk.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/buttons.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/flag.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/flags/keystroke.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/error.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winresult::{*, ErrorCode};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_battery_information_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_capabilities_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_dsound_audio_device_guids_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_keystroke_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/functions/get_state_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/battery_information.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `thindx-xinput` (lib test) due to 43 previous errors; 2 warnings emitted
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/capabilities.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/structures/gamepad.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/dsound_audio_device_guids.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/keystroke.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/state.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/vibration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll/imports.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll/imports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::libloaderapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll/imports.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winnt::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `minidl`
[INFO] [stdout]  --> src/dll/imports.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use minidl::Library;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `minidl`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `minidl`, use `cargo add minidl` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/battery_devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/battery_level.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/battery_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/devsubtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/devtype.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/enumerations/vk.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/buttons.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/flag.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/structures/dsound_audio_device_guids.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::guiddef::GUID;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/flags/keystroke.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/structures/gamepad.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]   --> src/structures/dsound_audio_device_guids.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/structures/dsound_audio_device_guids.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]  --> src/error_macros.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! fn_param_error { ( $param:ident, $kind:expr ) => { $crate::Error(&$crate::error_macros::FnContext { parameter: Some(stri...
[INFO] [stdout]   |                                                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout]   = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! fn_param_error { ( $param:ident, $kind:expr_2021 ) => { $crate::Error(&$crate::error_macros::FnContext { parameter: Some(stringify!($param)), .._THINDX_FN_CONTEXT }, ($kind).into()) } }
[INFO] [stdout]   |                                                         +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]   --> src/_lib.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 | macro_rules! check_success { ( $err:expr ) => { $crate::check_error_success(&_THINDX_FN_CONTEXT, $err) } }
[INFO] [stdout]    |                                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]    |
[INFO] [stdout] 25 | macro_rules! check_success { ( $err:expr_2021 ) => { $crate::check_error_success(&_THINDX_FN_CONTEXT, $err) } }
[INFO] [stdout]    |                                         +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4", kill_on_drop: false }`
[INFO] [stdout] 570071d63ae8693096e2b5046dfd644a7cd46b5404f3bdac81908db19e9196d4
